home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / inimod.exe / INI_MOD1.TXT < prev   
Encoding:
Text File  |  1992-06-09  |  960 b   |  16 lines

  1. FileName:    Ini_Mod1.Txt
  2. Ref:        Ini_Mod1.Bas/Ini_Mod1.Frm Documentation file
  3. By:        Forrest Berry, CISid:75270,3371
  4. Date:        June 9, 1992
  5.  
  6. INI_MOD1.BAS is a Visual Basic module to create, read and update private ini files. It is completely self-contained, requires no code in the Global file, no custom controls and no custom dll's. It accomplishes its tasks by calls to the Windows API. The module is designed so that you need only add it to your project and call it.
  7.  
  8. INI_MOD1.BAS includes the appropriate API declarations and 2 subs: ReadIni and SaveIni. Variable documentation and sample code provided.
  9.  
  10. A sample project, called INI_MOD1.MAK, is provided to demostrate the module's use. INI_MOD1.MAK includes INI_MOD1.BAS,INI_MOD1.FRM, and an empty Global file
  11.  
  12. INI_MOD1.MAK, INI_MOD1.BAS, INI_MOD1.FRM and this text file are FREEWARE... and worth every penny. No guarantees, warranties, etc. 
  13.  
  14. Direct comments to Forrest Berry, CISid:75270,3371
  15.  
  16.